xend: Fix dummy security_policy_dir.
authorKeir Fraser <keir@xensource.com>
Thu, 27 Sep 2007 14:22:29 +0000 (15:22 +0100)
committerKeir Fraser <keir@xensource.com>
Thu, 27 Sep 2007 14:22:29 +0000 (15:22 +0100)
Changeset 15951:ad339d88639d split policy_dir_prefix into
security_dir_prefix and policy_dir_prefix in acm code.  I think this
needs to be reflected in the dummy module as well (otherwise we blowup
when bootloader.py tries to reference security.security_dir_prefix).
Fixed in below patch.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
tools/python/xen/util/xsm/dummy/dummy.py

index 04966e4dafee2a291f27a890c965da1c59a43363..42a41b36c9fc7a1654c718635aa833a5fedf3276 100644 (file)
@@ -6,6 +6,7 @@ class XSMError(Exception):
     def __str__(self):
         return repr(self.value)
 
+security_dir_prefix = "";
 policy_dir_prefix = "";
 active_policy = "";
 NULL_SSIDREF = 0;